home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / earcd / util / misc / executiv.lha / Executive_V1.00 / sysinfo.lzx / ReadMe.first! < prev    next >
Text File  |  1990-11-25  |  914b  |  25 lines

  1.  
  2.                          sysinfo.library
  3.                          ~~~~~~~~~~~~~~~
  4.  
  5.     Sysinfo.library was developed to bring together all the different
  6.     utility programs that add some new features to Amiga task
  7.     handling, like CPU usage calculation. Sysinfo.library was first
  8.     developed for Executive, but it's possible to rewrite it to
  9.     support other similar programs. It's not necessary to support
  10.     all sysinfo.library functions in all implementations.
  11.  
  12.     Please consult the file `sysinfo.doc' for more information.
  13.  
  14.     The provided examples can be compiled with GCC or SAS/C.
  15.  
  16.     You must copy the libs/sysinfo.library to your libs: directory.
  17.  
  18.     Copy the include files to appropriate directory:
  19.  
  20.           GCC:   GCC:os-include/
  21.           SAS/C: INCLUDE:
  22.  
  23.     If you're using GCC, you must also copy the files in gcc/lib/ to
  24.     GCC:lib/ and files in gcc/os-include/ to GCC:os-include/.
  25.